Conditions
Conditionals are a fundamental part of the programming structure.
There are always two results of any condition- True or False. If the condition is true, then a following set of programs are executed and if its false,
then a following set is executed.
Can you write a simple program that prints the highest value of two numbers.
Hint: Create 2 variables with different numbers and then check